home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-14 | 662 b | 23 lines | [TEXT/CCL ] |
-
- ~---------------------------------------------------------------------------------------~
- ~ Glisp constants ~
- ~---------------------------------------------------------------------------------------~
-
- -Mlisp-
-
- export('`(!eof !eofChar !failure !noValue !lParen !rParen), `:glisp);
-
-
- constant
- !eof := '`#:end-of-file, ~ the Glisp reader returns this at end-of-file
-
- !eofChar := '`#\Null, ~ Glisp char readers return this at end-of-file
-
- !failure := '`#:failure, ~ the tag to jump to on failure
-
- !noValue := '`#:no-value, ~ indicates that a Plisp function has no value
-
- !lParen := '\( , ~ kludges to get around reader troubles
-
- !rParen := '\) ;
-